home *** CD-ROM | disk | FTP | other *** search
- thisform.picture = 'view\View.bmp'
- thisform.icon = 'view\View.ico'
- thisform.caption = 'Computer Idee 14/"01 CD-ROM Beeldbewerking'
- ------------------------------------------------------------------
- thisform.lstMain.ItemBackColor = RGB(255,0,0)
- thisform.lstMain.ItemForeColor = RGB(255,255,255)
- thisform.lstMain.SelectedItemForeColor = RGB(0,0,0)
- thisform.lstMain.SelectedItemBackColor = RGB(221,221,7)
- thisform.lstMain.Specialeffect = 0
- thisform.lstMain.FontBold = .t.
- thisform.lstMain.FontSize = 10
- thisform.lstMain.FontName = "Arial narrow"
- thisform.lstMain.ToolTipText = "Selecteer hier het gewenste programma..."
- ------------------------------------------------------------------
- thisform.edtOms.backcolor = RGB(0,0,151)
- thisform.edtOms.ForeColor = RGB(221,221,7)
- thisform.edtOms.Scrollbars = 2
- thisform.edtOms.backstyle = 0
- thisform.edtOms.Alignment = 2
- thisform.edtOms.SpecialEffect = 0
- thisform.edtOms.BorderStyle = 0
- thisform.edtOms.BorderColor = RGB(0,0,0)
- thisform.edtOms.FontBold = .f.
- thisform.edtOms.FontSize = 10
- thisform.edtOms.FontName = "Arial narrow"
- thisform.edtOms.Selectedbackcolor = thisform.edtOms.backcolor
- thisform.edtOms.SelectedForeColor = thisform.edtOms.ForeColor
- thisform.edtOms.Disabledbackcolor = thisform.edtOms.backcolor
- thisform.edtOms.DisabledForeColor = thisform.edtOms.ForeColor
- thisform.edtOms.ToolTipText = "Alhier een bespreking van de applicatie..."
- ------------------------------------------------------------------
- thisform.lblTitel.BackColor = RGB(0,0,0)
- thisform.lblTitel.ForeColor = RGB(255,255,255)
- thisform.lblTitel.BackStyle = 0
- thisform.lblTitel.FontBold = .t.
- thisform.lblTitel.FontSize = 10
- thisform.lblTitel.FontName = "Arial narrow"
- thisform.lblTitel.ToolTipText = "Alhier een korte omschrijving..."
- ------------------------------------------------------------------
- thisform.cmdStart.backstyle = 1
- thisform.cmdStart.PictureUp = 'view\start.bmp'
- thisform.cmdStart.PictureDown = 'view\start1.bmp'
- thisform.cmdStart.ToolTipText = "Klik om het programma te starten of te installeren..."
- *thisform.cmdMode.click()
- thisform.cmdMode.backstyle = 1
- thisform.cmdMode.PictureUp = 'view\mode.bmp'
- thisform.cmdMode.PictureDown = 'view\mode1.bmp'
- thisform.cmdMode.ToolTipText = "Klik om te wisselen tussen het praatje en het plaatje..."
- thisform.cmdExit.backstyle = 1
- thisform.cmdExit.PictureUp = 'view\exit.bmp'
- thisform.cmdExit.PictureDown = 'view\exit1.bmp'
- thisform.cmdExit.ToolTipText = "Klik om de Viewer & Shell te verlaten..."
- ------------------------------------------------------------------
- thisform.ImgPicture.Stretch = 1
- thisform.ImgPicture.ToolTipText = "Kijkt u naar een schermdump van de applicatie..."
-